#app-finna {
	background-color: #fefefe;
}

#app-finna>.app-inner {
	color: #535353;
	display: block;
	padding: 0;
}

#app-finna .app-inner {
	height: 400px;
}

#app-finna .finna-header {
	display: flex;
	align-items: center;
	padding: 15px;
	border-bottom: 1px solid #e2e2e2;
	margin-bottom: 25px;
	background-color: #fefefe;
}

#app-finna .finna-header>h2 {
	flex: 1;
	text-align: center;
	margin: 0;
	padding: 0;
}

#app-finna .finna-input-div {
	display: flex;
	flex-direction: column;
	margin: 5px 10px;
}

#app-finna .finna-input-div>input {
	color: #232323;
	border: none;
	outline: none;
	font-size: 1.4em;
	padding: 4px 0px;
	border-bottom: 1px solid #ddd;
}

#app-finna .finna-input-div>input.selected {
	border-bottom: 1px solid #b87223;
}

#app-finna .finna-text-div {
    display: flex;
    flex-direction: column;
    margin-bottom: 20%;
	margin: 5px 10px;
}

#app-finna .finna-text-div>span {
	color: #232323;
	border: none;
	outline: none;
	font-size: 1.0em;
	padding: 4px 0px;
	border-bottom: 1px solid #ddd;
}

#app-finna .button-container {
	position: absolute;
	bottom: 0;
	margin-bottom: 5px;
	width: 100%;
	display: flex;
	flex-direction: column-reverse;
	align-items: center;
}

#app-finna .button {
	width: calc(100% - 20px);
	height: 40px;
	line-height: 40px;
	text-align: center;
	background-color: #d88f3b;
	color: #FFF;
	bottom: 0;
	margin: 5px;
	border-radius: 4px;
}

#app-finna .button.selected {
	background-color: #965f08;
}

#app-finna .finna-image {
    position: absolute;
    height: 85px;
    width: 92px;
    left:30%;
    top: 45%;
    opacity: 0.2;
}